Namespaces

Types in MathNet.Numerics.Statistics.Mcmc

Type TransitionKernelLn<T>

Namespace MathNet.Numerics.Statistics.Mcmc

Parent MulticastDelegate

A function which evaluates the log of a transition kernel probability.

Constructors

Methods

Properties

Public Constructors

TransitionKernelLn<T>(object object, IntPtr method)

Public Methods

IAsyncResult BeginInvoke(T to, T from, AsyncCallback callback, object object)

object Clone()

object DynamicInvoke(Object[] args)

double EndInvoke(IAsyncResult result)

bool Equals(object obj)

int GetHashCode()

Delegate[] GetInvocationList()

void GetObjectData(SerializationInfo info, StreamingContext context)

Type GetType()

double Invoke(T to, T from)

string ToString()

Public Properties

MethodInfo Method get;

object Target get;